2amigos / yiifoundation

Yii extension library for the ZURB Foundation Framework
BSD 3-Clause "New" or "Revised" License
22 stars 8 forks source link

Class Orbit #5

Closed jengtong closed 10 years ago

jengtong commented 11 years ago

There is a JavaScript code error in the Orbit Widget:

line 158:

->registerScript('Orbit#' . $this->getId(), "$(document).foundation('orbit', {$options}");

The close blanket is missing, where it should be like this:

->registerScript('Orbit#' . $this->getId(), "$(document).foundation('orbit', {$options})");