From: Mark Otto Date: Sun, 9 Dec 2012 06:45:39 +0000 (-0800) Subject: Merge conflicts X-Git-Tag: v3.0.0-rc1~847 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6649918c7f4df9ad8288728c6cef1ee48dc63b9a;p=thirdparty%2Fbootstrap.git Merge conflicts --- 6649918c7f4df9ad8288728c6cef1ee48dc63b9a diff --cc docs/javascript.html index 6c4fbf7fbb,d956ffaf35..47435bfbfa --- a/docs/javascript.html +++ b/docs/javascript.html @@@ -131,8 -134,8 +131,8 @@@ $("#myModal").modal('show'

Each plugin also exposes its raw constructor on a `Constructor` property: $.fn.popover.Constructor. If you'd like to get a particular plugin instance, retrieve it directly from an element: $('[rel=popover]').data('popover').

-

No Conflict

-

Sometimes it is necessary to use Bootstrap plugins with other UI frameworks. In these circumstances, namespace collisions can occasionally occur. If this happens, you may call .noConflict on the plugin you wish to revert the value of.

+

No conflict

-

Sometimes it's neccessary to use bootstrap plugins with other ui frameworks. In these circumstances, occasionally namespace collisions can occur. If this happens, you may call .noCoflict on the plugin you wish to revert the value of.

++

Sometimes it is necessary to use Bootstrap plugins with other UI frameworks. In these circumstances, namespace collisions can occasionally occur. If this happens, you may call .noConflict on the plugin you wish to revert the value of.

  var bootstrapButton = $.fn.button.noConflict() // return $.fn.button to previously assigned value
diff --cc docs/templates/pages/javascript.mustache
index 5ff9fcb82e,e6b3f812a7..47e1ee91dd
--- a/docs/templates/pages/javascript.mustache
+++ b/docs/templates/pages/javascript.mustache
@@@ -61,10 -61,10 +61,10 @@@ $("#myModal").modal(
  $("#myModal").modal({ keyboard: false })   // initialized with no keyboard
  $("#myModal").modal('show')                // initializes and invokes show immediately

-

{{_i}}Each plugin also exposes its raw constructor on a `Constructor` property: $.fn.popover.Constructor. If you'd like to get a particular plugin instance, retrieve it directly from an element: $('[rel=popover]').data('popover').{{/i}}

+

Each plugin also exposes its raw constructor on a `Constructor` property: $.fn.popover.Constructor. If you'd like to get a particular plugin instance, retrieve it directly from an element: $('[rel=popover]').data('popover').

-

{{_i}}No Conflict{{/i}}

-

{{_i}}Sometimes it is necessary to use Bootstrap plugins with other UI frameworks. In these circumstances, namespace collisions can occasionally occur. If this happens, you may call .noConflict on the plugin you wish to revert the value of.{{/i}}

+

No conflict

-

Sometimes it's neccessary to use bootstrap plugins with other ui frameworks. In these circumstances, occasionally namespace collisions can occur. If this happens, you may call .noCoflict on the plugin you wish to revert the value of.

++

Sometimes it is necessary to use Bootstrap plugins with other UI frameworks. In these circumstances, namespace collisions can occasionally occur. If this happens, you may call .noConflict on the plugin you wish to revert the value of.

  var bootstrapButton = $.fn.button.noConflict() // return $.fn.button to previously assigned value