Wow, sorry, I just reread through the documentation and noticed that it does apply to pages as well.
Try using add_action('wp_enqueue_scripts', 'your_scripts');. The add_action function is expecting the callback that you are using to pass the enqueueing.