contour 1.1.0.pre → 1.1.0.pre2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (30) hide show
  1. data/CHANGELOG.rdoc +1 -1
  2. data/app/assets/images/twitter-bootstrap/{v2.1.0-wip → v2.1.0}/glyphicons-halflings-white.png +0 -0
  3. data/app/assets/images/twitter-bootstrap/{v2.1.0-wip → v2.1.0}/glyphicons-halflings.png +0 -0
  4. data/app/assets/javascripts/contour.js +1 -14
  5. data/app/assets/javascripts/twitter-bootstrap/{v2.1.0-wip → v2.1.0}/bootstrap.js +126 -19
  6. data/app/assets/stylesheets/bootstrap-base-overrides.css +6 -23
  7. data/app/assets/stylesheets/contour.css +2 -2
  8. data/app/assets/stylesheets/twitter-bootstrap/{v2.1.0-wip → v2.1.0}/bootstrap-responsive.css +5 -36
  9. data/app/assets/stylesheets/twitter-bootstrap/{v2.1.0-wip → v2.1.0}/bootstrap.css +126 -69
  10. data/app/views/contour/layouts/application.html.erb +2 -2
  11. data/contour.gemspec +2 -2
  12. data/lib/contour/version.rb +1 -1
  13. data/lib/generators/contour/scaffold/templates/controller.rb +1 -1
  14. data/lib/generators/contour/scaffold/templates/index.html.erb +1 -7
  15. data/test/dummy/db/test.sqlite3 +0 -0
  16. data/test/dummy/log/test.log +524 -0
  17. metadata +11 -24
  18. data/app/assets/javascripts/twitter-bootstrap/v2.1.0-wip/plugins/bootstrap-affix.js +0 -104
  19. data/app/assets/javascripts/twitter-bootstrap/v2.1.0-wip/plugins/bootstrap-alert.js +0 -90
  20. data/app/assets/javascripts/twitter-bootstrap/v2.1.0-wip/plugins/bootstrap-button.js +0 -96
  21. data/app/assets/javascripts/twitter-bootstrap/v2.1.0-wip/plugins/bootstrap-carousel.js +0 -176
  22. data/app/assets/javascripts/twitter-bootstrap/v2.1.0-wip/plugins/bootstrap-collapse.js +0 -158
  23. data/app/assets/javascripts/twitter-bootstrap/v2.1.0-wip/plugins/bootstrap-dropdown.js +0 -150
  24. data/app/assets/javascripts/twitter-bootstrap/v2.1.0-wip/plugins/bootstrap-modal.js +0 -239
  25. data/app/assets/javascripts/twitter-bootstrap/v2.1.0-wip/plugins/bootstrap-popover.js +0 -102
  26. data/app/assets/javascripts/twitter-bootstrap/v2.1.0-wip/plugins/bootstrap-scrollspy.js +0 -151
  27. data/app/assets/javascripts/twitter-bootstrap/v2.1.0-wip/plugins/bootstrap-tab.js +0 -135
  28. data/app/assets/javascripts/twitter-bootstrap/v2.1.0-wip/plugins/bootstrap-tooltip.js +0 -273
  29. data/app/assets/javascripts/twitter-bootstrap/v2.1.0-wip/plugins/bootstrap-transition.js +0 -60
  30. data/app/assets/javascripts/twitter-bootstrap/v2.1.0-wip/plugins/bootstrap-typeahead.js +0 -300
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: contour
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.0.pre
4
+ version: 1.1.0.pre2
5
5
  prerelease: 6
6
6
  platform: ruby
7
7
  authors:
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2012-08-15 00:00:00.000000000 Z
12
+ date: 2012-08-21 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: rails
@@ -34,7 +34,7 @@ dependencies:
34
34
  requirements:
35
35
  - - ~>
36
36
  - !ruby/object:Gem::Version
37
- version: 2.0.2
37
+ version: 2.1.1
38
38
  type: :runtime
39
39
  prerelease: false
40
40
  version_requirements: !ruby/object:Gem::Requirement
@@ -42,7 +42,7 @@ dependencies:
42
42
  requirements:
43
43
  - - ~>
44
44
  - !ruby/object:Gem::Version
45
- version: 2.0.2
45
+ version: 2.1.1
46
46
  - !ruby/object:Gem::Dependency
47
47
  name: devise
48
48
  requirement: !ruby/object:Gem::Requirement
@@ -130,7 +130,7 @@ dependencies:
130
130
  requirements:
131
131
  - - ~>
132
132
  - !ruby/object:Gem::Version
133
- version: 0.0.7
133
+ version: 0.0.8
134
134
  type: :runtime
135
135
  prerelease: false
136
136
  version_requirements: !ruby/object:Gem::Requirement
@@ -138,7 +138,7 @@ dependencies:
138
138
  requirements:
139
139
  - - ~>
140
140
  - !ruby/object:Gem::Version
141
- version: 0.0.7
141
+ version: 0.0.8
142
142
  - !ruby/object:Gem::Dependency
143
143
  name: omniauth-openid
144
144
  requirement: !ruby/object:Gem::Requirement
@@ -468,8 +468,8 @@ files:
468
468
  - app/assets/images/gentleface/16/wrench_plus_2.png
469
469
  - app/assets/images/gentleface/16/zoom.png
470
470
  - app/assets/images/gentleface/LICENSE
471
- - app/assets/images/twitter-bootstrap/v2.1.0-wip/glyphicons-halflings-white.png
472
- - app/assets/images/twitter-bootstrap/v2.1.0-wip/glyphicons-halflings.png
471
+ - app/assets/images/twitter-bootstrap/v2.1.0/glyphicons-halflings-white.png
472
+ - app/assets/images/twitter-bootstrap/v2.1.0/glyphicons-halflings.png
473
473
  - app/assets/javascripts/contour/global.js.coffee
474
474
  - app/assets/javascripts/contour.js
475
475
  - app/assets/javascripts/external/exporting-2.1.9.src.js
@@ -478,20 +478,7 @@ files:
478
478
  - app/assets/javascripts/external/jquery.qtip.min.js
479
479
  - app/assets/javascripts/twitter-bootstrap/bootstrap-scroll-modal.js
480
480
  - app/assets/javascripts/twitter-bootstrap/bootstrap.js.coffee
481
- - app/assets/javascripts/twitter-bootstrap/v2.1.0-wip/bootstrap.js
482
- - app/assets/javascripts/twitter-bootstrap/v2.1.0-wip/plugins/bootstrap-affix.js
483
- - app/assets/javascripts/twitter-bootstrap/v2.1.0-wip/plugins/bootstrap-alert.js
484
- - app/assets/javascripts/twitter-bootstrap/v2.1.0-wip/plugins/bootstrap-button.js
485
- - app/assets/javascripts/twitter-bootstrap/v2.1.0-wip/plugins/bootstrap-carousel.js
486
- - app/assets/javascripts/twitter-bootstrap/v2.1.0-wip/plugins/bootstrap-collapse.js
487
- - app/assets/javascripts/twitter-bootstrap/v2.1.0-wip/plugins/bootstrap-dropdown.js
488
- - app/assets/javascripts/twitter-bootstrap/v2.1.0-wip/plugins/bootstrap-modal.js
489
- - app/assets/javascripts/twitter-bootstrap/v2.1.0-wip/plugins/bootstrap-popover.js
490
- - app/assets/javascripts/twitter-bootstrap/v2.1.0-wip/plugins/bootstrap-scrollspy.js
491
- - app/assets/javascripts/twitter-bootstrap/v2.1.0-wip/plugins/bootstrap-tab.js
492
- - app/assets/javascripts/twitter-bootstrap/v2.1.0-wip/plugins/bootstrap-tooltip.js
493
- - app/assets/javascripts/twitter-bootstrap/v2.1.0-wip/plugins/bootstrap-transition.js
494
- - app/assets/javascripts/twitter-bootstrap/v2.1.0-wip/plugins/bootstrap-typeahead.js
481
+ - app/assets/javascripts/twitter-bootstrap/v2.1.0/bootstrap.js
495
482
  - app/assets/stylesheets/bootstrap-base-overrides.css
496
483
  - app/assets/stylesheets/bootstrap-responsive-overrides.css
497
484
  - app/assets/stylesheets/contour/about.css
@@ -501,8 +488,8 @@ files:
501
488
  - app/assets/stylesheets/jquery.qtip.css
502
489
  - app/assets/stylesheets/twitter-bootstrap/bootstrap-scroll-modal.css
503
490
  - app/assets/stylesheets/twitter-bootstrap/bootstrap-subnav.css
504
- - app/assets/stylesheets/twitter-bootstrap/v2.1.0-wip/bootstrap-responsive.css
505
- - app/assets/stylesheets/twitter-bootstrap/v2.1.0-wip/bootstrap.css
491
+ - app/assets/stylesheets/twitter-bootstrap/v2.1.0/bootstrap-responsive.css
492
+ - app/assets/stylesheets/twitter-bootstrap/v2.1.0/bootstrap.css
506
493
  - app/controllers/contour/authentications_controller.rb
507
494
  - app/controllers/contour/confirmations_controller.rb
508
495
  - app/controllers/contour/passwords_controller.rb
@@ -1,104 +0,0 @@
1
- /* ==========================================================
2
- * bootstrap-affix.js v2.1.0
3
- * http://twitter.github.com/bootstrap/javascript.html#affix
4
- * ==========================================================
5
- * Copyright 2012 Twitter, Inc.
6
- *
7
- * Licensed under the Apache License, Version 2.0 (the "License");
8
- * you may not use this file except in compliance with the License.
9
- * You may obtain a copy of the License at
10
- *
11
- * http://www.apache.org/licenses/LICENSE-2.0
12
- *
13
- * Unless required by applicable law or agreed to in writing, software
14
- * distributed under the License is distributed on an "AS IS" BASIS,
15
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
16
- * See the License for the specific language governing permissions and
17
- * limitations under the License.
18
- * ========================================================== */
19
-
20
-
21
- !function ($) {
22
-
23
- "use strict"; // jshint ;_;
24
-
25
-
26
- /* AFFIX CLASS DEFINITION
27
- * ====================== */
28
-
29
- var Affix = function (element, options) {
30
- this.options = $.extend({}, $.fn.affix.defaults, options)
31
- this.$window = $(window).on('scroll.affix.data-api', $.proxy(this.checkPosition, this))
32
- this.$element = $(element)
33
- this.checkPosition()
34
- }
35
-
36
- Affix.prototype.checkPosition = function () {
37
- if (!this.$element.is(':visible')) return
38
-
39
- var scrollHeight = $(document).height()
40
- , scrollTop = this.$window.scrollTop()
41
- , position = this.$element.offset()
42
- , offset = this.options.offset
43
- , offsetBottom = offset.bottom
44
- , offsetTop = offset.top
45
- , reset = 'affix affix-top affix-bottom'
46
- , affix
47
-
48
- if (typeof offset != 'object') offsetBottom = offsetTop = offset
49
- if (typeof offsetTop == 'function') offsetTop = offset.top()
50
- if (typeof offsetBottom == 'function') offsetBottom = offset.bottom()
51
-
52
- affix = this.unpin != null && (scrollTop + this.unpin <= position.top) ?
53
- false : offsetBottom != null && (position.top + this.$element.height() >= scrollHeight - offsetBottom) ?
54
- 'bottom' : offsetTop != null && scrollTop <= offsetTop ?
55
- 'top' : false
56
-
57
- if (this.affixed === affix) return
58
-
59
- this.affixed = affix
60
- this.unpin = affix == 'bottom' ? position.top - scrollTop : null
61
-
62
- this.$element.removeClass(reset).addClass('affix' + (affix ? '-' + affix : ''))
63
- }
64
-
65
-
66
- /* AFFIX PLUGIN DEFINITION
67
- * ======================= */
68
-
69
- $.fn.affix = function (option) {
70
- return this.each(function () {
71
- var $this = $(this)
72
- , data = $this.data('affix')
73
- , options = typeof option == 'object' && option
74
- if (!data) $this.data('affix', (data = new Affix(this, options)))
75
- if (typeof option == 'string') data[option]()
76
- })
77
- }
78
-
79
- $.fn.affix.Constructor = Affix
80
-
81
- $.fn.affix.defaults = {
82
- offset: 0
83
- }
84
-
85
-
86
- /* AFFIX DATA-API
87
- * ============== */
88
-
89
- $(window).on('load', function () {
90
- $('[data-spy="affix"]').each(function () {
91
- var $spy = $(this)
92
- , data = $spy.data()
93
-
94
- data.offset = data.offset || {}
95
-
96
- data.offsetBottom && (data.offset.bottom = data.offsetBottom)
97
- data.offsetTop && (data.offset.top = data.offsetTop)
98
-
99
- $spy.affix(data)
100
- })
101
- })
102
-
103
-
104
- }(window.jQuery);
@@ -1,90 +0,0 @@
1
- /* ==========================================================
2
- * bootstrap-alert.js v2.0.4
3
- * http://twitter.github.com/bootstrap/javascript.html#alerts
4
- * ==========================================================
5
- * Copyright 2012 Twitter, Inc.
6
- *
7
- * Licensed under the Apache License, Version 2.0 (the "License");
8
- * you may not use this file except in compliance with the License.
9
- * You may obtain a copy of the License at
10
- *
11
- * http://www.apache.org/licenses/LICENSE-2.0
12
- *
13
- * Unless required by applicable law or agreed to in writing, software
14
- * distributed under the License is distributed on an "AS IS" BASIS,
15
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
16
- * See the License for the specific language governing permissions and
17
- * limitations under the License.
18
- * ========================================================== */
19
-
20
-
21
- !function ($) {
22
-
23
- "use strict"; // jshint ;_;
24
-
25
-
26
- /* ALERT CLASS DEFINITION
27
- * ====================== */
28
-
29
- var dismiss = '[data-dismiss="alert"]'
30
- , Alert = function (el) {
31
- $(el).on('click', dismiss, this.close)
32
- }
33
-
34
- Alert.prototype.close = function (e) {
35
- var $this = $(this)
36
- , selector = $this.attr('data-target')
37
- , $parent
38
-
39
- if (!selector) {
40
- selector = $this.attr('href')
41
- selector = selector && selector.replace(/.*(?=#[^\s]*$)/, '') //strip for ie7
42
- }
43
-
44
- $parent = $(selector)
45
-
46
- e && e.preventDefault()
47
-
48
- $parent.length || ($parent = $this.hasClass('alert') ? $this : $this.parent())
49
-
50
- $parent.trigger(e = $.Event('close'))
51
-
52
- if (e.isDefaultPrevented()) return
53
-
54
- $parent.removeClass('in')
55
-
56
- function removeElement() {
57
- $parent
58
- .trigger('closed')
59
- .remove()
60
- }
61
-
62
- $.support.transition && $parent.hasClass('fade') ?
63
- $parent.on($.support.transition.end, removeElement) :
64
- removeElement()
65
- }
66
-
67
-
68
- /* ALERT PLUGIN DEFINITION
69
- * ======================= */
70
-
71
- $.fn.alert = function (option) {
72
- return this.each(function () {
73
- var $this = $(this)
74
- , data = $this.data('alert')
75
- if (!data) $this.data('alert', (data = new Alert(this)))
76
- if (typeof option == 'string') data[option].call($this)
77
- })
78
- }
79
-
80
- $.fn.alert.Constructor = Alert
81
-
82
-
83
- /* ALERT DATA-API
84
- * ============== */
85
-
86
- $(function () {
87
- $('body').on('click.alert.data-api', dismiss, Alert.prototype.close)
88
- })
89
-
90
- }(window.jQuery);
@@ -1,96 +0,0 @@
1
- /* ============================================================
2
- * bootstrap-button.js v2.0.4
3
- * http://twitter.github.com/bootstrap/javascript.html#buttons
4
- * ============================================================
5
- * Copyright 2012 Twitter, Inc.
6
- *
7
- * Licensed under the Apache License, Version 2.0 (the "License");
8
- * you may not use this file except in compliance with the License.
9
- * You may obtain a copy of the License at
10
- *
11
- * http://www.apache.org/licenses/LICENSE-2.0
12
- *
13
- * Unless required by applicable law or agreed to in writing, software
14
- * distributed under the License is distributed on an "AS IS" BASIS,
15
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
16
- * See the License for the specific language governing permissions and
17
- * limitations under the License.
18
- * ============================================================ */
19
-
20
-
21
- !function ($) {
22
-
23
- "use strict"; // jshint ;_;
24
-
25
-
26
- /* BUTTON PUBLIC CLASS DEFINITION
27
- * ============================== */
28
-
29
- var Button = function (element, options) {
30
- this.$element = $(element)
31
- this.options = $.extend({}, $.fn.button.defaults, options)
32
- }
33
-
34
- Button.prototype.setState = function (state) {
35
- var d = 'disabled'
36
- , $el = this.$element
37
- , data = $el.data()
38
- , val = $el.is('input') ? 'val' : 'html'
39
-
40
- state = state + 'Text'
41
- data.resetText || $el.data('resetText', $el[val]())
42
-
43
- $el[val](data[state] || this.options[state])
44
-
45
- // push to event loop to allow forms to submit
46
- setTimeout(function () {
47
- state == 'loadingText' ?
48
- $el.addClass(d).attr(d, d) :
49
- $el.removeClass(d).removeAttr(d)
50
- }, 0)
51
- }
52
-
53
- Button.prototype.toggle = function () {
54
- var $parent = this.$element.parent('[data-toggle="buttons-radio"]')
55
-
56
- $parent && $parent
57
- .find('.active')
58
- .removeClass('active')
59
-
60
- this.$element.toggleClass('active')
61
- }
62
-
63
-
64
- /* BUTTON PLUGIN DEFINITION
65
- * ======================== */
66
-
67
- $.fn.button = function (option) {
68
- return this.each(function () {
69
- var $this = $(this)
70
- , data = $this.data('button')
71
- , options = typeof option == 'object' && option
72
- if (!data) $this.data('button', (data = new Button(this, options)))
73
- if (option == 'toggle') data.toggle()
74
- else if (option) data.setState(option)
75
- })
76
- }
77
-
78
- $.fn.button.defaults = {
79
- loadingText: 'loading...'
80
- }
81
-
82
- $.fn.button.Constructor = Button
83
-
84
-
85
- /* BUTTON DATA-API
86
- * =============== */
87
-
88
- $(function () {
89
- $('body').on('click.button.data-api', '[data-toggle^=button]', function ( e ) {
90
- var $btn = $(e.target)
91
- if (!$btn.hasClass('btn')) $btn = $btn.closest('.btn')
92
- $btn.button('toggle')
93
- })
94
- })
95
-
96
- }(window.jQuery);
@@ -1,176 +0,0 @@
1
- /* ==========================================================
2
- * bootstrap-carousel.js v2.0.4
3
- * http://twitter.github.com/bootstrap/javascript.html#carousel
4
- * ==========================================================
5
- * Copyright 2012 Twitter, Inc.
6
- *
7
- * Licensed under the Apache License, Version 2.0 (the "License");
8
- * you may not use this file except in compliance with the License.
9
- * You may obtain a copy of the License at
10
- *
11
- * http://www.apache.org/licenses/LICENSE-2.0
12
- *
13
- * Unless required by applicable law or agreed to in writing, software
14
- * distributed under the License is distributed on an "AS IS" BASIS,
15
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
16
- * See the License for the specific language governing permissions and
17
- * limitations under the License.
18
- * ========================================================== */
19
-
20
-
21
- !function ($) {
22
-
23
- "use strict"; // jshint ;_;
24
-
25
-
26
- /* CAROUSEL CLASS DEFINITION
27
- * ========================= */
28
-
29
- var Carousel = function (element, options) {
30
- this.$element = $(element)
31
- this.options = options
32
- this.options.slide && this.slide(this.options.slide)
33
- this.options.pause == 'hover' && this.$element
34
- .on('mouseenter', $.proxy(this.pause, this))
35
- .on('mouseleave', $.proxy(this.cycle, this))
36
- }
37
-
38
- Carousel.prototype = {
39
-
40
- cycle: function (e) {
41
- if (!e) this.paused = false
42
- this.options.interval
43
- && !this.paused
44
- && (this.interval = setInterval($.proxy(this.next, this), this.options.interval))
45
- return this
46
- }
47
-
48
- , to: function (pos) {
49
- var $active = this.$element.find('.item.active')
50
- , children = $active.parent().children()
51
- , activePos = children.index($active)
52
- , that = this
53
-
54
- if (pos > (children.length - 1) || pos < 0) return
55
-
56
- if (this.sliding) {
57
- return this.$element.one('slid', function () {
58
- that.to(pos)
59
- })
60
- }
61
-
62
- if (activePos == pos) {
63
- return this.pause().cycle()
64
- }
65
-
66
- return this.slide(pos > activePos ? 'next' : 'prev', $(children[pos]))
67
- }
68
-
69
- , pause: function (e) {
70
- if (!e) this.paused = true
71
- if (this.$element.find('.next, .prev').length && $.support.transition.end) {
72
- this.$element.trigger($.support.transition.end)
73
- this.cycle()
74
- }
75
- clearInterval(this.interval)
76
- this.interval = null
77
- return this
78
- }
79
-
80
- , next: function () {
81
- if (this.sliding) return
82
- return this.slide('next')
83
- }
84
-
85
- , prev: function () {
86
- if (this.sliding) return
87
- return this.slide('prev')
88
- }
89
-
90
- , slide: function (type, next) {
91
- var $active = this.$element.find('.item.active')
92
- , $next = next || $active[type]()
93
- , isCycling = this.interval
94
- , direction = type == 'next' ? 'left' : 'right'
95
- , fallback = type == 'next' ? 'first' : 'last'
96
- , that = this
97
- , e = $.Event('slide', {
98
- relatedTarget: $next[0]
99
- })
100
-
101
- this.sliding = true
102
-
103
- isCycling && this.pause()
104
-
105
- $next = $next.length ? $next : this.$element.find('.item')[fallback]()
106
-
107
- if ($next.hasClass('active')) return
108
-
109
- if ($.support.transition && this.$element.hasClass('slide')) {
110
- this.$element.trigger(e)
111
- if (e.isDefaultPrevented()) return
112
- $next.addClass(type)
113
- $next[0].offsetWidth // force reflow
114
- $active.addClass(direction)
115
- $next.addClass(direction)
116
- this.$element.one($.support.transition.end, function () {
117
- $next.removeClass([type, direction].join(' ')).addClass('active')
118
- $active.removeClass(['active', direction].join(' '))
119
- that.sliding = false
120
- setTimeout(function () { that.$element.trigger('slid') }, 0)
121
- })
122
- } else {
123
- this.$element.trigger(e)
124
- if (e.isDefaultPrevented()) return
125
- $active.removeClass('active')
126
- $next.addClass('active')
127
- this.sliding = false
128
- this.$element.trigger('slid')
129
- }
130
-
131
- isCycling && this.cycle()
132
-
133
- return this
134
- }
135
-
136
- }
137
-
138
-
139
- /* CAROUSEL PLUGIN DEFINITION
140
- * ========================== */
141
-
142
- $.fn.carousel = function (option) {
143
- return this.each(function () {
144
- var $this = $(this)
145
- , data = $this.data('carousel')
146
- , options = $.extend({}, $.fn.carousel.defaults, typeof option == 'object' && option)
147
- , action = typeof option == 'string' ? option : options.slide
148
- if (!data) $this.data('carousel', (data = new Carousel(this, options)))
149
- if (typeof option == 'number') data.to(option)
150
- else if (action) data[action]()
151
- else if (options.interval) data.cycle()
152
- })
153
- }
154
-
155
- $.fn.carousel.defaults = {
156
- interval: 5000
157
- , pause: 'hover'
158
- }
159
-
160
- $.fn.carousel.Constructor = Carousel
161
-
162
-
163
- /* CAROUSEL DATA-API
164
- * ================= */
165
-
166
- $(function () {
167
- $('body').on('click.carousel.data-api', '[data-slide]', function ( e ) {
168
- var $this = $(this), href
169
- , $target = $($this.attr('data-target') || (href = $this.attr('href')) && href.replace(/.*(?=#[^\s]+$)/, '')) //strip for ie7
170
- , options = !$target.data('modal') && $.extend({}, $target.data(), $this.data())
171
- $target.carousel(options)
172
- e.preventDefault()
173
- })
174
- })
175
-
176
- }(window.jQuery);