Skip to content
This repository has been archived by the owner on Aug 1, 2024. It is now read-only.

Commit

Permalink
refs #16175. Added dep. on dojox/mobile/common (which sets the has-fe…
Browse files Browse the repository at this point in the history
…ature "windows-theme", now used by SpinWheelSlot).

git-svn-id: http://svn.dojotoolkit.org/src/dojox/trunk@31262 560b804f-0ae3-0310-86f3-f6aa0a117693
  • Loading branch information
Adrian Vasiliu committed Apr 16, 2013
1 parent df0cc4a commit 9597f4b
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions mobile/SpinWheelSlot.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,16 @@ define([
"dojo/_base/window",
"dojo/dom-class",
"dojo/dom-construct",
"dijit/_Contained",
"dijit/_WidgetBase",
"./scrollable",
"dojo/has",
"dojo/has!dojo-bidi?dojox/mobile/bidi/SpinWheelSlot",
"dojo/touch",
"dojo/on"
], function(dojo, array, declare, win, domClass, domConstruct, Contained, WidgetBase, Scrollable, has, BidiSpinWheelSlot, touch, on){
"dojo/on",
"dijit/_Contained",
"dijit/_WidgetBase",
"./scrollable",
"./common"
], function(dojo, array, declare, win, domClass, domConstruct, has, BidiSpinWheelSlot,
touch, on, Contained, WidgetBase, Scrollable){

// module:
// dojox/mobile/SpinWheelSlot
Expand Down

0 comments on commit 9597f4b

Please sign in to comment.