Skip to content

Commit

Permalink
Adding variable declaration.
Browse files Browse the repository at this point in the history
  • Loading branch information
markstory committed Jul 28, 2009
1 parent ebc221d commit 2e82d22
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions cake/libs/view/helpers/prototype_engine.php
Expand Up @@ -24,6 +24,12 @@
App::import('Helper', 'Js');

class PrototypeEngineHelper extends JsBaseEngineHelper {
/**
* Is the current selection a multiple selection? or is it just a single element.
*
* @var boolean
**/
var $_multiple = false;
/**
* Option mappings for Prototype
*
Expand Down

0 comments on commit 2e82d22

Please sign in to comment.