Bootstrap Editable

I try to setup Bootstrap editable extension, then it give this error Property "Bootstrap.enableJS" is not defined.

What is the reason for that, kindly suggest me !!

Are setup by this step




Yii::setPathOfAlias('bootstrap', dirname(__FILE__).'/../extensions/bootstrap');

 

	return array(

		'theme'=>'bootstrap', // requires you to copy the theme under your themes directory

		'modules'=>array(

			'gii'=>array(

				'generatorPaths'=>array(

					'bootstrap.gii',

				),

			),

		),

		'components'=>array(

			'bootstrap'=>array(

				'class'=>'bootstrap.components.Bootstrap',

			),

		),

	);