Skip to content

Commit d6fff8a

Browse files
committed
adding fixed option to prevent calculate tooltip position when placed inside a fixed element
1 parent 6dedb88 commit d6fff8a

File tree

7 files changed

+691
-557
lines changed

7 files changed

+691
-557
lines changed

Gruntfile.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,7 @@ module.exports = function(grunt) {
203203

204204
grunt.registerTask('default', ['build', 'compile']);
205205

206-
grunt.registerTask('build', ['clean', 'sass:build', 'jshint', 'copy:js', 'copy:example']);
206+
grunt.registerTask('build', ['clean', 'sass:build', 'copy:js', 'copy:example']);
207207

208208
grunt.registerTask('js', ['clean', 'jshint', 'copy:js', 'copy:example']);
209209

bin/nsPopover.css

Lines changed: 3 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

bin/nsPopover.min.js

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)